.container {
	display: block;
	margin: 0px auto;
}

#iview {
	display: block;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

#iview .iviewSlider {
	display: block;
	width: 1920px;
	height: 800px;
	overflow: hidden;
}


#iview div.iview-directionNav {
	position: absolute;
	top: 47%;
	left: 0px;
	z-index: 1;
	width: 100%;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(../../img/bg_direction_nav.png);
	text-indent: -9999px;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}

.iview-caption {
	color: #FFF;
	padding: 10px 15px;
}

.iview-caption.caption1, .iview-caption.caption2, .iview-caption.caption3  {
	font-size:3.7em;
	font-family: 'Conv_RAGE';
	color: #fff;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 0px;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px;
	
}

#iview-preloader div {
	background: #666;
}
#iview-timer {
	border-radius: 10px;
}

#iview-timer div {
	border-radius: 10px;
}



@media only screen and (min-width : 481px) and (max-width : 768px) {
    /**tablet in portrait CSS rules here**/
	
#iview {
	top:-50px;
}

}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    /**phone in landscape CSS rules here**/
	
#iview {
	top:-50px;
}

}

@media only screen and (max-width: 320px) {
    /**phone in portrait CSS rules here**/

#iview {
	top:-70px;
}

}



